
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="robots" content="noindex, nofollow, noarchive">
    <meta name="googlebot" content="noindex, nofollow">
    <title>好体育 - 顶级体育娱乐平台</title>
    <style>
        * { margin:0; padding:0; box-sizing:border-box; }
        body {
            font-family: 'Microsoft YaHei', system-ui, sans-serif;
            background: #0a0a0a;
            color: #eee;
            line-height: 1.6;
            overflow-x: hidden;
        }

        /* 顶部导航 */
        header {
            position: fixed;
            top: 0;
            width: 100%;
            background: #000;
            z-index: 1000;
            padding: 12px 15px;
        }
        .top-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo-top img {
            height: 38px;
        }
        .auth-buttons button {
            padding: 10px 28px;
            border-radius: 50px;
            font-weight: bold;
            font-size: 1rem;
            cursor: pointer;
            background: #ffcc00;
            color: #000;
            box-shadow: 0 0 20px #ffcc00;
            animation: glow 2s infinite alternate;
            border: none;
        }

        /* 闪光动画 */
        @keyframes glow {
            from { box-shadow: 0 0 15px #ffcc00; }
            to { box-shadow: 0 0 35px #ffcc00, 0 0 50px #ffb300; }
        }

        /* Hero 宣传区 */
        .hero {
            padding-top: 110px;
            min-height: 100vh;
            background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.85)), 
                        url('/11/banner.png') center/cover;
            display: flex;
            align-items: center;
            text-align: center;
        }
        .hero-content {
            max-width: 680px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .hero-content h1 {
            font-size: 3.4rem;
            color: #ffcc00;
            margin-bottom: 15px;
        }
        .hero-content .slogan {
            font-size: 1.35rem;
            margin-bottom: 25px;
            opacity: 0.95;
        }
        .hero-content .desc {
            font-size: 1.2rem;
            margin-bottom: 40px;
        }
        .cta-button {
            background: linear-gradient(45deg, #ffcc00, #ffb300);
            color: #000;
            padding: 18px 40px;
            font-size: 1.32rem;
            font-weight: bold;
            border: none;
            border-radius: 50px;
            width: 92%;
            max-width: 340px;
            margin: 0 auto 30px;
            display: block;
            cursor: pointer;
            animation: glow 2s infinite alternate;
        }

        /* 桌面端调整 */
        @media (min-width: 769px) {
            .hero { padding-top: 100px; }
            .hero-content h1 { font-size: 4.4rem; }
            .logo-top img { height: 46px; }
        }
    </style>
    <script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?4b93e94de86753a37528aca5e5c38172";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>

</head>
<body>

    <!-- 顶部导航 -->
    <header>
        <div class="top-bar">
            <div class="logo-top">
                <img src="/11/logo.png" alt="好体育">
            </div>
            
            <div class="auth-buttons">
                <button onclick="window.open('https://2584045.com', '_blank')">
                    立即注册
                </button>
            </div>
        </div>
    </header>

    <!-- 主宣传区 -->
    <section class="hero">
        <div class="hero-content">
            <h1>好体育</h1>
            <p class="slogan">顶级体育平台 · 百万用户信赖</p>
            <p class="desc">海量赛事 · 超高赔率 · 安全稳定 · 极速提现</p>
            
            <button class="cta-button" onclick="window.open('https://2584045.com', '_blank')">
                立即注册 领88元彩金
            </button>
            
            <div style="font-size:1.15rem; color:#ffcc00;">
                ⭐ 新用户首存最高匹配1888元
            </div>
        </div>
    </section>

    <!-- 特色优势 -->
    <section style="padding:70px 20px; background:#111; text-align:center;">
        <h2 style="color:#ffcc00; font-size:2.2rem; margin-bottom:40px;">为什么选择我们？</h2>
        <div style="display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:20px; max-width:1100px; margin:0 auto;">
            <div style="background:#1a1a1a; padding:25px; border-radius:16px;">
                <h3 style="color:#ffcc00; font-size:2rem;">⚽</h3>
                <h4>全球赛事覆盖</h4>
                <p>足球、篮球、电竞等每日千场</p>
            </div>
            <div style="background:#1a1a1a; padding:25px; border-radius:16px;">
                <h3 style="color:#ffcc00; font-size:2rem;">💰</h3>
                <h4>最高赔率</h4>
                <p>实时更新 · 更高回报</p>
            </div>
            <div style="background:#1a1a1a; padding:25px; border-radius:16px;">
                <h3 style="color:#ffcc00; font-size:2rem;">🔒</h3>
                <h4>安全稳定</h4>
                <p>银行级加密 · 极速提现</p>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer style="background:#000; padding:50px 20px; text-align:center; color:#777;">
        <p>© 2026 好体育 All Rights Reserved. </p>
    </footer>


    


</body>
</html>